Returns a list of commands for the given time range.

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
public List<Command<ValueType>> GetRange(
	int tStart,
	int tEnd
)

Parameters

tStart
Type: System..::..Int32
Start time
tEnd
Type: System..::..Int32
End time

See Also